home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(!_root.level_complete_mode)
- {
- return undefined;
- }
- if(_root.Time > 1)
- {
- if(_root.Time >= 8)
- {
- _root.Time -= 8;
- _root.SoundBonusCount.start();
- _root.TimeRound = Math.Round(_root.Time / 10) * 10;
- _root.Score += 8;
- _root.LevelScore = _root.Score - _root.LastScore;
- }
- else
- {
- _root.Time = 0;
- _root.TimeRound = 0;
- }
- }
- }
-